home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / fade into you / getting there / News / NewsGrazer Freeware / Read Me < prev   
Text File  |  1994-08-12  |  7KB  |  164 lines

  1. The Netnews Filter Agent for the Macintosh. A suite of three
  2. applications that make dealing with Netnews simple.
  3.  
  4. By John C. Schettino, Jr. (js12@gte.com)
  5.  
  6. These applications were developed with AppleScript 1.1 and FaceSpan
  7. 1.0 using the Scripter's Toolkit. 
  8.  
  9. A preliminary version of these applications won an Honorable Mention in the
  10. "Everyday AppleScript Contest". This version represents the first public release
  11. of that software.
  12.  
  13. The Netnews Filter Agent consists of three Applications:
  14.  
  15. • The NetNews Grazer (NNG) 
  16.  
  17. This is an AppleScript application that interacts with an NNTP News server.
  18. It will check for new messages on a regular basis, and will either
  19. scan the subjects of the new messages or send email when new messages arrive.
  20.  
  21. • The NetNews Grazer Prefs 
  22.  
  23. This is a FaceSpan application that lets you specify:
  24.  
  25. - The NNTP Server Name
  26. - The SMTP Server Name
  27. - The rate (in minutes) that NNG checks for new messages
  28. - The email address to send the notifying email message from
  29. - The email address to send the notifying email message to
  30. - The set of news groups to watch, and what to look for
  31.  
  32. For each group, you may specify a list of substrings that you want to
  33. look for. When a subject containing one of these strings is found, NNG saves the
  34. article number. 
  35.  
  36. If you do not specify any search strings for a group, you
  37. will be notified via email (using SMTP) whenever new news arrives.
  38.  
  39. • Read interesting news
  40.  
  41. This is a FaceSpan application that lets you read the matching news articles.
  42. It provides basic reading capabilities and is patterned after
  43. the Internews reader from Dartmouth.
  44.  
  45. System Requirements:
  46. --------------------
  47. Access to an NNTP News Server. Access to an SMTP Mail Server (if you want email
  48. notification.)
  49.  
  50. System 7.x, AppleScript 1.1, FaceSpan 1.0, and the MacTCP system
  51. extensions. The TCP/IP and AppleScript 1.1 Scripting Additions. 
  52. Information is included at the end of this file as to where these
  53. items may be located.
  54.  
  55. Cost:
  56. -----
  57. I've put a lot of effort into this project, so I've decided to
  58. release locked versions of these three apps as Freeware. You may use
  59. them without guilt.
  60.  
  61. What Is Freeware?
  62. -----------------
  63. Netnews Filter Agent is copyrighted, but free, commonly called Freeware. 
  64. The author retains all rights to the programs, but specifically allows
  65. redistribution via the following channels:
  66.  
  67. • Non-commercial bulletin board services
  68. • The following commercial BBS's: America Online, CompuServe, AppleLink, eWorld
  69. • Internet archives and file servers
  70. • Disk libraries of non-profit organizations
  71. • Free exchange between individuals
  72.  
  73. In all cases, the entire set of files (including this Read Me file)
  74. must be distributed as a set.
  75.  
  76. For-profit companies that sell software programs must receive explicit
  77. written permission from the author before distributing the program.
  78.  
  79. How do I get a Licensed Version? (and source code!)
  80. ---------------------------------------------------
  81.  
  82. With a $20US shareware payment you'll get an upgraded version that supports
  83. user-written plug-in AppleScript 1.1 objects for article selection,
  84. support for output of matching articles to a text file, a file that is in 
  85. the Newton Connection Kit 2.0 internal format, or a user-written plug-in 
  86. AppleScript object. These plug-in modules allow you to extend the basic
  87. NNG behavior without digging into the nitty-gritty details of the NNTP
  88. protocol. Samples are provided.
  89.  
  90. You'll get a on-disk user's manual.
  91.  
  92. Plus, you'll get full source code. You will be able to examine and reuse
  93. code that makes extensive use of TCP/IP, NNTP, and SMTP. The AppleScript and
  94. two FaceSpan applications are heavily commented. 
  95.  
  96. You'll also receive the AppleScript 1.1 and FaceSpan 1.0 Extensions, and the
  97. AppleScript 1.1 Scripting Additions (The AppleScript Scripter's Toolkit
  98. contains a redistribution license for this "Distributible Software", see the
  99. included Apple Software License), as well as the latest version of the 
  100. TCP/IP scripting addition, licensed for your PERSONAL use (via an agreement
  101. with Atul Butte - he will get 10% of each payment.) 
  102.  
  103. Please see the included Apple and TCP/IP License agreements for details
  104. and restrictions. Note that I cannot distribute these extensions in the 
  105. Freeware version.
  106.  
  107. Ordering Information:
  108. ---------------------
  109. Send Payment to: 
  110. John Schettino
  111. 97 Jewett Street
  112. Pepperell MA 01463
  113.  
  114. Price is $20 in US funds for electronic delivery of the package (i.e.
  115. I'll email you a BinHexed Stuffit Archive containing the full
  116. distribution.) If you would rather receive a floppy disk via the
  117. Postal Service, please contact me via email at js12@gte.com to discuss 
  118. shipping costs.
  119.  
  120. Locating required extensions for the Freeware version:
  121. ------------------------------------------------------
  122.  
  123. Your Mac must be on a network or be able to dial into one using MacTCP.
  124. Talk to your UNIX system administrator to find out if you have access to an
  125. NNTP News Server and a SMTP mail server.
  126.  
  127. MacTCP is a commercial product of Apple Computer, and must be purchased.
  128. It is bundled with several books on using the Mac with the Internet.
  129.  
  130. The TCP/IP Scripting Addition is Copyright © 1993–1994, Atul Butte. 
  131. All Rights Reserved. It is available at 
  132. ftp://gaea.kgs.ukans.edu/applescript/osaxen/tcpip.osax.hqx
  133.  
  134. The AppleScript 1.1 Scripting Additions, AppleScript 1.1 and FaceSpan 1.0 
  135. system extensions are Copyright © 1993 Apple Computer, Inc. 
  136. (Portion 1988-1993 Software Designs Unlimited, Inc. Copyright)
  137.  
  138. Commercial Sources:
  139. The Complete AppleScript Handbook by Danny Goodman.
  140.  
  141. The AppleScript Runtime Kit is available from APDA, for a suggested retail
  142. price of U.S. $20.  APDA can be reached in the United States at 
  143. 800) 282-2732; in Canada at (800) 637-0029; or internationally at 
  144. (716) 871-6555.
  145.  
  146. One shareware package that includes these extensions is MacHTTP. You may
  147. download the package from ftp.uth.tmc.edu in /public/mac/machttp/machttp.sit.hqx.
  148. Please read the license agreement before installing the software.
  149.  
  150. NOTE: Apple's System 7.5 will include AppleScript 1.1 and MacTCP.
  151.  
  152. Copyright Notices:
  153. -----------------
  154. Copyright © 1994 John Schettino
  155.  
  156. The TCP/IP Scripting Addition is Copyright © 1993–1994, Atul Butte. 
  157. All Rights Reserved.
  158.  
  159. Contains portions of the Apple Script 1.1 Scripter's Toolkit © 1993 Apple Computer, Inc.
  160. (Portion 1988-1993 Software Designs Unlimited, Inc. Copyright) ALL RIGHTS RESERVED.
  161. Please read the complete license agreement included in the distribution.
  162. Use of this software implies acceptance of the license agreement.
  163.  
  164.